projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
778c757
)
(checkdoc-autofix-flag): Use `other'
author
Andreas Schwab
<schwab@suse.de>
Wed, 24 Jun 1998 09:05:39 +0000
(09:05 +0000)
committer
Andreas Schwab
<schwab@suse.de>
Wed, 24 Jun 1998 09:05:39 +0000
(09:05 +0000)
widget type.
lisp/emacs-lisp/checkdoc.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/checkdoc.el
b/lisp/emacs-lisp/checkdoc.el
index 6c68d17ed639f234ea0640d9d53b4bd06022453c..5be801c2f3cfd9924d2d8c989f8a2fc7142ccf6c 100644
(file)
--- a/
lisp/emacs-lisp/checkdoc.el
+++ b/
lisp/emacs-lisp/checkdoc.el
@@
-145,9
+145,9
@@
without asking, and complex changes are made by asking the user first.
The value `never' is the same as nil, never ask or change anything."
:group 'checkdoc
:type '(choice (const automatic)
- (const semiautomatic)
(const query)
- (const never)))
+ (const never)
+ (other :tag "semiautomatic" semiautomatic)))
(defcustom checkdoc-bouncy-flag t
"*Non-nil means to \"bounce\" to auto-fix locations.